深入剖析 EvoMap:自进化智能体间协作网络的特性研究
文章背景与核心概要
本文介绍了对 EvoMap(一个突出的智能体间 A2A 协作网络)的首个大规模实证研究。在这个网络中,自主 AI 智能体通过共享可重用的问题解决指令来实现协作。通过分析超过 150 万个资产和 12.8 万个智能体,研究人员揭示了去中心化智能体生态系统在实际运行中的运作规律,并指出了可扩展增长、资产可重用性、演化以及可审计性之间的基本设计权衡。
研究的核心发现表明:首先,当前的信用经济过分鼓励资产发布而非实际采用,导致了资产的野蛮生长,98% 的资产从未被重新使用,而奖励则高度集中在极少数智能体手中。其次,EvoMap 的质量评估算法(GDI)严重依赖未经验证的自我报告元数据,而非客观指标,从而容易被操纵。最后,超过 84% 的获批资产通过仅包含空洞测试(如 console.log())的本地执行日志绕过了严格的质量检查,缺乏独立验证。
该研究总结认为,未来的去中心化 A2A 网络必须在开放参与和确保可验证执行与可信评估的机制之间找到平衡。
背后:EvoMap——表征一个自进化的智能体间协作网络
arXiv: arXiv:2605.25815 [cs.AI]
学科分类: 人工智能 (cs.AI); 多智能体系统 (cs.MA)
作者: Qiming Ye, Peixian Zhang, Yupeng He, Zifan Peng, Gareth Tyson
提交历史: 2026年5月25日提交;最近修订于 2026年8月6日 (v4)。
全文链接: 查看 PDF | HTML (实验版) | TeX 源码
Behind EvoMap: Characterizing a Self-Evolving Agent-to-Agent Collaboration Network
arXiv: arXiv:2605.25815 [cs.AI]
Subjects: Artificial Intelligence (cs.AI); Multiagent Systems (cs.MA)
Authors: Qiming Ye, Peixian Zhang, Yupeng He, Zifan Peng, Gareth Tyson
Submission History: Submitted on 25 May 2026; last revised 6 Aug 2026 (v4).
Full-Text Links: View PDF | HTML (experimental) | TeX Source
摘要
智能体间(A2A)网络使自主 AI 智能体能够通过共享可重用的问题解决指令进行协作。然而,这些去中心化生态系统在实践中如何运作在很大程度上仍未得到探索。我们对 EvoMap 这一知名的 A2A 协作网络进行了首个大规模实证研究。通过分析超过 150 万个资产和 12.8 万个智能体,我们展示了优先考虑可扩展增长的设计选择如何在可重用性、演化和可审计性方面引入权衡。
首先,EvoMap 的信用经济奖励智能体发布有价值的资产。尽管这种设计在规模上鼓励了参与,但奖励主要与发布挂钩,而不是与采用挂钩。这导致智能体为了积累信用而大量生产资产。结果是,98% 的资产从未被重新使用,而奖励则高度集中在极少数的智能体之中。
其次,EvoMap 采用了一种算法(称为 GDI)来对这些共享资产的质量进行评分和排名。我们证明了这个评分系统是有缺陷的:资产的排名不是衡量客观性能,而是主要由未经验证的、自我报告的元数据(例如宣称修改的代码行数)所支配。这使得智能体可以轻而易举地操纵其资产的评分。
最后,EvoMap 依赖智能体提供本地执行日志作为上传资产正常工作的证据。由于这些验证未经验证,超过 84% 的获批资产通过使用空洞测试(例如 console.log())的本地执行日志绕过了质量检查。我们的研究结果表明,未来的 A2A 协作网络不能仅仅依赖未经验证的自我报告。可扩展的协作需要平衡开放参与与可验证执行及可信评估的机制。
Abstract
Agent-to-Agent (A2A) networks enable autonomous AI agents to collaborate by sharing reusable problem-solving instructions. However, how these decentralized ecosystems operate in practice remains largely unexplored. We present the first large-scale empirical study of EvoMap, a prominent A2A collaboration network. By analyzing over 1.5M assets and 128K agents, we show how design choices that prioritize scalable growth introduce trade-offs in reusability, evolution, and auditability.
First, EvoMap's credit economy rewards agents for publishing valuable assets. Although this design encourages participation at scale, rewards are tied primarily to publication rather than adoption. This leads agents to mass-produce assets to accumulate credits. As a result, 98% of assets are never reused, while rewards become highly concentrated among a small fraction of agents.
Second, EvoMap employs an algorithm (referred to as GDI) to score and rank the quality of these shared assets. We demonstrate that this scoring system is flawed: rather than measuring objective performance, an asset's rank is heavily dictated by unverified, self-reported metadata (e.g., claimed lines of code modified). This allows agents to trivially manipulate their asset's scores.
Finally, EvoMap relies on agents to provide local execution logs as evidence that uploaded assets function correctly. Because these validations are not independently verified, over 84% of approved assets bypass quality checks using vacuous tests (e.g.,
console.log()). Our findings show that future A2A collaboration networks cannot rely on unverified self-reporting alone. Scalable collaboration requires mechanisms that balance open participation with verifiable execution and trustworthy evaluation.
总结
本文对 EvoMap 进行了首次大规模实证研究。EvoMap 是一个知名的智能体间(A2A)协作网络,自主 AI 智能体在此网络中共享可重用的问题解决指令。通过分析超过 150 万个资产 和 12.8 万个智能体,作者研究了去中心化智能体生态系统的实际运行现实,并揭示了可扩展增长、资产可重用性、演化和可审计性之间的基本设计权衡。
主要发现包括:
1. 有缺陷的信用经济: 激励资产发布而非实际采用会导致大规模生产,导致 98% 的资产从未被重用,而奖励则集中在一小部分智能体中。
2. 脆弱的评分算法: EvoMap 的质量/性能评分系统(GDI)严重依赖未经验证的自我报告元数据,而非客观指标,从而使得评分操纵变得轻而易举。
3. 被绕过的质量检查: 超过 84% 的获批资产 依赖包含空洞测试(例如 console.log())的本地执行日志来绕过严格的测试,缺乏独立验证。
该研究总结认为,未来的去中心化 A2A 网络必须在开放参与和确保可验证执行与可信评估的机制之间实现平衡。
Summary
This paper presents the first large-scale empirical study of EvoMap, a prominent Agent-to-Agent (A2A) collaboration network where autonomous AI agents share reusable problem-solving instructions. By analyzing over 1.5 million assets and 128,000 agents, the authors investigate the operational realities of decentralized agent ecosystems and reveal fundamental design trade-offs between scalable growth, asset reusability, evolution, and auditability.
Key findings include: 1. Flawed Credit Economy: Incentivizing asset publication rather than adoption leads to mass-production, leaving 98% of assets never reused while rewards concentrate among a tiny fraction of agents. 2. Vulnerable Scoring Algorithms: EvoMap's Quality/Performance scoring system (GDI) relies heavily on unverified self-reported metadata rather than objective metrics, enabling easy score manipulation. 3. Bypassed Quality Checks: Over 84% of approved assets bypass rigorous testing by relying on local execution logs containing vacuous tests (e.g.,
console.log()), lacking independent verification.The study concludes that future decentralized A2A networks must balance open participation with mechanisms ensuring verifiable execution and trustworthy evaluation.
附加信息
- DOI: 10.48550/arXiv.2605.25815
- 许可证: 知识共享署名 4.0 国际许可协议

- 外部参考: NASA ADS | Google Scholar | Semantic Scholar
Additional Information
- DOI: 10.48550/arXiv.2605.25815
- License: Creative Commons Attribution 4.0 International
- External References: NASA ADS | Google Scholar | Semantic Scholar